팝업스토어 등록 트랜잭션 경계 범위 설정 & 스케줄링 성능 개선#136
Merged
whoamixzerone merged 2 commits intodevfrom Oct 24, 2025
Merged
Conversation
|
✅ 테스트 통과! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
CompletableFuture로 비동기로 처리작업 내용
팝업스토어 트랜잭션 수정 목록
팝업스토어 스케줄링 수정 목록
findAll로 전체 조회로 불필요한 데이터까지 조회findByStoreStatusInAndIsDeletedFalse사용)saveAll로 전제 조회한list를 반복하면서 엔티티를 업데이트saveAll제거LocalDate.now()의존으로 인해 테스트 작성 당일만 성공하고 그 후에는 실패하기 때문에 날짜를Supplier로 반환하도록Bean추가참고 사항
관련 이슈